crypto/tls.serverHandshakeStateTLS13.echContext (field)
11 uses
crypto/tls (current package)
handshake_server.go#L53: echContext: ech,
handshake_server_tls13.go#L63: echContext *echServerContext
handshake_server_tls13.go#L553: if hs.echContext != nil {
handshake_server_tls13.go#L590: if hs.echContext != nil {
handshake_server_tls13.go#L602: if echType == outerECHExt && hs.echContext.inner || echType == innerECHExt && !hs.echContext.inner {
handshake_server_tls13.go#L608: if echCiphersuite != hs.echContext.ciphersuite || configID != hs.echContext.configID || len(encap) != 0 {
handshake_server_tls13.go#L613: encodedInner, err := decryptECHPayload(hs.echContext.hpkeContext, clientHello.original, payload)
handshake_server_tls13.go#L716: if hs.echContext != nil {
handshake_server_tls13.go#L803: if len(echKeys) > 0 && len(hs.clientHello.encryptedClientHello) > 0 && hs.echContext == nil {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |